|
LinuxQMISDK-Lite
SLQS04.00.24
|
Go to the source code of this file.
Macros | |
| #define | MAX_NAME_LEN 255 |
Typedefs | |
| typedef unpack_result_t | unpack_ims_SLQSImsConfigIndicationRegister_t |
| #define MAX_NAME_LEN 255 |
| int pack_ims_SLQSGetIMSSMSConfig | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
Retrieves the SMS configuration parameters for the requesting control point pack.
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_ims_SLQSGetIMSUserConfig | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
Retrieves the IMS User configuration parameters for the requesting control point pack.
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_ims_SLQSGetIMSVoIPConfig | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
Retrieves the IMS VoIP configuration parameters for the requesting control point pack.
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_ims_SLQSGetRegMgrConfig | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
Retrieves the Session Initiation Protocol(SIP) configuration parameters for the requesting control point pack.
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_ims_SLQSGetSIPConfig | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
Retrieves the Session Initiation Protocol(SIP) configuration parameters for the requesting control point pack.
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_ims_SLQSImsConfigIndicationRegister | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_ims_SLQSImsConfigIndicationRegister_t * | pReqParam | ||
| ) |
Sets the registration state for different QMI_IMS indications for the requesting control point pack.
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request parameters |
- This function is used by a device to register/deregister for different
QMI IMS indications.
- The device's registration state variables that control registration
for indications will be modified to reflect the settings indicated in the
request message.
- At least one optional parameter must be present in the request. | int pack_ims_SLQSSetIMSSMSConfig | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_ims_SLQSSetIMSSMSConfig_t * | pReqParam | ||
| ) |
Sets the IMS SMS configuration parameters for the requesting control point pack.
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request parameters |
| int pack_ims_SLQSSetIMSUserConfig | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_ims_SLQSSetIMSUserConfig_t * | pReqParam | ||
| ) |
Sets the IMS user configuration parameters for the requesting control point pack.
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request parameters |
| int pack_ims_SLQSSetIMSVoIPConfig | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_ims_SLQSSetIMSVoIPConfig_t * | pReqParam | ||
| ) |
Sets the IMS Voice over Internet Protocol (VoIP) configuration parameters for the requesting control point pack.
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request parameters |
| int pack_ims_SLQSSetRegMgrConfig | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_ims_SLQSSetRegMgrConfig_t * | pReqParam | ||
| ) |
Sets the IMS registration manager configuration parameters for the requesting control point pack.
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request parameters |
| int pack_ims_SLQSSetSIPConfig | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_ims_SLQSSetSIPConfig_t * | pReqParam | ||
| ) |
Sets the IMS Session Initiation Protocol(SIP) configuration parameters for the requesting control point pack.
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request parameters |
| int unpack_ims_SLQSGetIMSSMSConfig | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSGetIMSSMSConfig_t * | pOutput | ||
| ) |
Retrieves the SMS configuration parameters for the requesting control point unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_ims_SLQSGetIMSUserConfig | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSGetIMSUserConfig_t * | pOutput | ||
| ) |
Retrieves the IMS User configuration parameters for the requesting control point unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_ims_SLQSGetIMSVoIPConfig | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSGetIMSVoIPConfig_t * | pOutput | ||
| ) |
Retrieves the IMS VoIP configuration parameters for the requesting control point unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_ims_SLQSGetRegMgrConfig | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSGetRegMgrConfig_t * | pOutput | ||
| ) |
Retrieves the Session Initiation Protocol(SIP) configuration parameters for the requesting control point unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_ims_SLQSGetSIPConfig | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSGetSIPConfig_t * | pOutput | ||
| ) |
Retrieves the Session Initiation Protocol(SIP) configuration parameters for the requesting control point unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_ims_SLQSImsConfigIndicationRegister | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSImsConfigIndicationRegister_t * | pOutput | ||
| ) |
Sets the registration state for different QMI_IMS indications for the requesting control point unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_ims_SLQSRegMgrCfgCallBack_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSRegMgrCfgCallBack_ind_t * | pOutput | ||
| ) |
Unpack indication about IMS registration manager configuration
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_ims_SLQSSetIMSSMSConfig | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSSetIMSSMSConfig_t * | pOutput | ||
| ) |
Sets the IMS SMS configuration parameters for the requesting control point unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_ims_SLQSSetIMSUserConfig | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSSetIMSUserConfig_t * | pOutput | ||
| ) |
Sets the IMS user configuration parameters for the requesting control point unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_ims_SLQSSetIMSVoIPConfig | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSSetIMSVoIPConfig_t * | pOutput | ||
| ) |
Sets the IMS Voice over Internet Protocol (VoIP) configuration parameters for the requesting control point unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_ims_SLQSSetRegMgrConfig | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSSetRegMgrConfig_t * | pOutput | ||
| ) |
Sets the IMS registration manager configuration parameters for the requesting control point unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_ims_SLQSSetSIPConfig | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSSetSIPConfig_t * | pOutput | ||
| ) |
Sets the IMS Session Initiation Protocol(SIP) configuration parameters for the requesting control point unpack.
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |
| int unpack_ims_SLQSSIPCfgCallBack_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSSIPCfgCallBack_ind_t * | pOutput | ||
| ) |
Unpack indication about SIP configuration info
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_ims_SLQSSMSCfgCallBack_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSSMSCfgCallBack_ind_t * | pOutput | ||
| ) |
Unpack indication about SMS configuration info for IMS
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_ims_SLQSUserCfgCallBack_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSUserCfgCallBack_ind_t * | pOutput | ||
| ) |
Unpack indication about User configuration info for IMS
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_ims_SLQSVoIPCfgCallBack_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ims_SLQSVoIPCfgCallBack_ind_t * | pOutput | ||
| ) |
Unpack indication about VOIP configuration info
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |